home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 037a / epb15.zip / EPB.DOC next >
Text File  |  1991-09-07  |  2KB  |  37 lines

  1. EPB v1.5 is a Turbo Pascal v4.0 source file beautifier that requires about 
  2. 150 KB of free memory to run.  EPB filters Pascal source code so that it 
  3. looks more like Modula source code.  EPB also performs partial indenting 
  4. around certain pascal tokens such as the comma, assignment operator, and 
  5. parentheses based on rules that I will not elaborate here.  These are 
  6. obligatory features of the program, and there are some optional features as 
  7. well.  EPB can filter out comments from a source file; set all variable, 
  8. constant, and label identifiers to lower case; or perform a search and 
  9. replace while ignoring comments and quotes (a feature that is useful for 
  10. globally renaming variables).
  11.  
  12. EPB is flexible in its input and output.  Input can come from the standard 
  13. input stream or a disk file and output can go to to the standard output 
  14. stream or a disk file.  When no extension is specified for a filename, 
  15. ".PAS" is assumed to be the file's extension unless the filename ends with 
  16. a period, such as, "JUSTTHIS.".  If the same name is specified for 
  17. both the input and output files, EPB physically renames the input 
  18. file so that its extension is ".BAK".
  19.  
  20. One of the simplest ways to invoke EPB from a command line is to type the 
  21. following:
  22.  
  23.      EPB filename
  24.  
  25. where the filename is the name of a Pascal source file.  In this case, the 
  26. filename is interpreted by EPB to be the name of both the input and output 
  27. files.  You can type EPB on the command line by itself to make a help 
  28. screen appear.
  29.  
  30. DISCLAIMER:  Use EPB at your own risk.  The author will not be liable for 
  31. any damages that result from the use or misuse of EPB.  The EPB program and 
  32. this documentation are copyright 1991 by Edward Lee, all rights reserved.
  33.  
  34.  
  35. -Ed L
  36. edlee@chinet.chi.il.us
  37.